home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / a_utils / perl / msds-prl / prl386ld.zoo / readme.386 < prev    next >
Text File  |  1992-07-02  |  1KB  |  29 lines

  1. This is perl386 for MS-DOS systems built by using the DJGPP compiler.
  2. It will only run on systems with a 386 or greater.
  3. The perl version is 4 patchlevel 35.
  4.  
  5. The files that needed modifications in order for the build to succeed were:
  6.  
  7.   makefile, config.h, perl.c, doio.c, toke.c
  8.   msdos/makefile.386, msdos/msdos.c, msdos/popen.c
  9.  
  10. My modifications were done by doing #ifdef DJGPP.
  11. I also used the following public pieces of code to add some pieces
  12. missing in MS-DOS and DJGPP.
  13.  
  14.   glob (command line globbing), ufc (ultra fast crypt)
  15.  
  16. This kit contains all of the sources that needed modifications from the
  17. original perl distribution, and the perl386.exe executable that has the
  18. go32.exe (from DJGPP) prepended to it.
  19.  
  20. I have not run all of the tests and there are probably some features
  21. missing in this perl.  But it doesn't run out of memory like all of the
  22. other MS-DOS versions of perl when running my large programs.
  23.  
  24. Hitoshi Doi <doi@jrd.dec.com>, 1992.07.01
  25.  
  26. My environment is: Toshiba notebook computer (386SX-16MHz), 4MB memory,
  27. 40MB internal HD, 200MB external HD, MS-DOS v3.3 and Japanese MS-DOS v3.1.
  28.  
  29.